ComponentOne FlexGrid for UWP
Insert Method (RowColCollection<T>)

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > RowColCollection<T> Class : Insert Method
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal item As T _
) 
public void Insert( 
   System.int index,
   T item
)

Parameters

index
item
See Also

Reference

RowColCollection<T> Class
RowColCollection<T> Members